home *** CD-ROM | disk | FTP | other *** search
/ CyberMycha 2001 August / CMycha200108.iso / Zaczarowane / start.swf / scripts / DefineButton2_116 / BUTTONCONDACTION on(press).as
Text File  |  2001-06-06  |  291b  |  14 lines

  1. on(press){
  2.    if(_root.go == true)
  3.    {
  4.       n = getProperty(_root.mc_lodki.mc_lgory, _currentframe);
  5.       _root.kupa = n;
  6.       if(n < 33 && 29 < n)
  7.       {
  8.          _root.mc_lodki.stop();
  9.          _root.mc_chlopiec.mc_reka.play();
  10.          _root.gory = true;
  11.       }
  12.    }
  13. }
  14.